home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 May / CHIP Mayıs 1997.iso / cont / web / winsock / tracepls / install.txt < prev    next >
Encoding:
Text File  |  1997-01-20  |  5.5 KB  |  126 lines

  1.                     T r a c e P l u s 3 2 / W I N S O C K
  2.                       32 bit Winsock Debugging Facility
  3.  
  4.  
  5. =========================================================================
  6. INSTALLATION
  7.  
  8. Create a directory for TracePlus32/WINSOCK, i.e. C:\SST. Copy all     
  9. the files contained in this ZIP file to that directory. To run the TracePlus     
  10. demonstration, select "Run..." from the "File" menu of the Program    
  11. Manager and type:
  12.  
  13.     C:\SST\TPWINS32
  14.     
  15. Press Ok or <ENTER> to start TracePlus32/Winsock.
  16.  
  17. =========================================================================
  18. SAMPLE LOG FILE
  19.  
  20. We have included two trace log files that was generated using the Export feature, so
  21. that you can see what this feature provides. To load the sample log file, select Import
  22. from the Trace menu, then choose either SAMPLE.RDF or WINSOCK2.RDF (it will be in the 
  23. same directory as TracePlus). Be sure to view the PC Configuration (This log was 
  24. generated from the author's machine).
  25.  
  26. =========================================================================
  27. Using TracePlus32 with Microsoft Internet Explorer 3.0
  28.  
  29. The "Trace processes started from desktop" option in the Filters dialog box
  30. does not work with Microsoft Internet Explorer 3.0. To trace Internet Explorer 3.0
  31. do the following:
  32.  
  33. 1. Select the Filters item from the Trace menu.
  34. 2. Check the box next to the words Launch application below.
  35. 3. Press the Choose Application button. Find the Internet Explorer .EXE file, i.e.
  36. IEXPLORE.EXE (It usually is in the \Microsoft Internet directory). Double-click on it  
  37. The Choose Application dialog box will disappear, and the filename will appear in the 
  38. Filters dialog box.
  39. 4. Press Ok to close the Filters dialog box.
  40. 5. Press the Start button on the toolbar, or select Start from the Trace menu.
  41.  
  42. =========================================================================
  43. Using TracePlus32 with Visual Basic 4.00
  44.  
  45. To use TracePlus32 to trace Visual Basic 4.00 applications in DESIGN MODE, do the
  46. following:
  47.  
  48. 1. Select the Filters item from the Trace menu.
  49. 2. Check the box next to the words Launch application below.
  50. 3. Press the Choose Application button. Find the Visual Basic 4.00 .EXE file, i.e.
  51. VB32.EXE (It usually is in the \VB40 directory). Double-click on it  The Choose
  52. Application dialog box will disappear, and the filename will appear in the Filters dialog
  53. box.
  54. 4. Press Ok to close the Filters dialog box.
  55. 5. Press the Start button on the toolbar, or select Start from the Trace menu.
  56.  
  57. =========================================================================
  58. NOTES ON 32 BIT VERSIONS OF TRACEPLUS
  59.  
  60. 32 bit versions of TracePlus use the standard Microsoft 
  61. defined debugging interface for Win32 applications. The 
  62. Microsoft interface does not permit detaching from a process 
  63. after debugging has started. Therefore, if TracePlus is 
  64. terminated, it will also terminate all processes being traced. 
  65. Stopping the trace will not detach TracePlus from a process.
  66.  
  67. -------------------------------------------------------------------------
  68. Be sure that if you are tracing a server application,  leave 
  69. the TracePlus32 application running after stopping the 
  70. trace, or terminate the server application, and restart 
  71. it (be sure that TracePlus32 is not running or the trace 
  72. is stopped before starting the server application again).
  73.  
  74. -------------------------------------------------------------------------
  75. TracePlus32 has an option called "Trace Processes started 
  76. from Desktop. This feature will automatically trace an 
  77. application under two conditions:
  78.  
  79. 1. The application has a main window (i.e., not a Win32 
  80. console application).
  81.  
  82. 2. The trace will be initiated at the point where the 
  83. main window receives the WM_CREATE message. This means that 
  84. any API calls made before this message is received will not 
  85. be traced.
  86.  
  87. -------------------------------------------------------------------------
  88. TracePlus32 can trace a Win32 console application. To do this, 
  89. launch the console application from TracePlus32. See the topic 
  90. "Setting Filters" in the help file for more details on this procedure.
  91.  
  92. -------------------------------------------------------------------------
  93. The procedure for tracing 32 bit applications launched from the desktop 
  94. is as follows:
  95.  
  96. 1. Make sure that a checkmark is next to the item Trace processes started 
  97. from desktop in the Filters dialog box.
  98.  
  99. 2. Unselect the option Launch specified application
  100.  
  101. 3. Press OK (not Cancel) to close the Filters dialog box.
  102.  
  103. 4. Click on the Start button on the toolbar, or press Ctrl+S.
  104.  
  105. 5. Launch the Win32 application that you want to trace. Make sure that 
  106. it creates a main window.
  107.  
  108. TracePlus32 does not trace Win32 applications started before 
  109. TracePlus32, unless they are explicitly selected from the Tasks 
  110. listbox. See the topic "Setting Filters" for more details on this 
  111. procedure.
  112.  
  113. -------------------------------------------------------------------------
  114. TracePlus32 does not trace 16 bit Windows applications.
  115.  
  116. =========================================================================
  117. GENERAL NOTES
  118.  
  119. The trace buffer size is limited to storing up to 100 most recent trace 
  120. records. The monochrome, file, and printer log options in the Options dialog 
  121. box will also be disabled. Otherwise all other features are fully functional.
  122.  
  123. Note: This demonstration does not require WINSOCK.DLL on the     
  124. system in order to execute. However, it won't be much of a demon-     
  125. stration!
  126.